<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0;padding:0}

.bx-login {
    padding: 40px;
    border-radius: 5px;
    z-index: 1;
    color: #fff;
    margin:0 auto 30px auto;
    background-color:#fff;
}
.BoxPop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #f4f7fa;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
    display: none;
}

.BoxPop{
    width:1000px
}
    .BoxPop .chief {
        width: 100%;
    }
        .BoxPop .apply ul{
            width:90%;
        }
#BoxPop-gb {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 25px;
    cursor: pointer;
}
.apply ul li select {
    background-color: #f2f2f2;
}

header .login img {
    width: 32px;
}

.login {
    float: right;
    line-height: 64px;
    color: #fff;
}
    .login a {
        font-size: 16px;
        color: #fff;
    
    }
    .login{
        position:relative;
    }
.login_pop {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 64px;
    width: 100px;
    padding: 10px 0;
    line-height: 30px;
    box-shadow:0 0 10px rgba(0,0,0,.16);
    display:none;
}
        .login_pop a{
           display:inline-block;
           text-align:center;
           width:100%;
            font-size:16px;
            color:#333;
        }
            .login_pop a:hover {
                background-color: #08f;
                color:#fff !important;
            }
            .login i {
                max-width: 77px;
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
            }
        .login i.tcdl {
            color: #ff0000;
            cursor: pointer;
        }
        .login span {
            font-size: 16px;
            vertical-align: middle;
            margin-left:10px;
            display:inline-block;
            max-width:100px;
        }


        .about-lc-list {
            overflow: hidden;
            padding: 40px 0 0 0;
        }

.swiper {
    width: 100%;
    height: 100%;
}
.about-lc {
    padding: 80px 0;
    background: url(../imges/img-abj2.png) no-repeat center;
    background-size: cover;
}

.about-lc-list {
    overflow: hidden;
    padding: 40px 0 0 0;
}

.swiper {
    width: 100%;
    height: 100%;
}




.about-lc-list .mySwiper2 {
    position: relative;
}

.about-lc-list .list-nf {
    width: 100%;
    cursor: pointer;
    height: 100%;
    padding-bottom:15px;
}

    .about-lc-list .list-nf span {
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        color: #333;
    }

    .about-lc-list .list-nf .nf {
        position: relative;
        border-bottom: solid 1px #d8d8d8;
        padding-bottom: 70px;
        z-index: -1;
    }

        .about-lc-list .list-nf .nf:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 62px;
            top: 40px;
            background: #d8d8d8;
            left: 50%;
        }

.about-lc-list .active .list-nf .nf:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #023b90;
    border-radius: 50%;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
    /* box-shadow: 0 2px 8px 2px rgba(0, 28, 125, 0.5) */
    border: 7px solid #c2d6f3;
}
/* .about-lc-list .active .list-nf .nf:before {
  background: #023b90;
} */
.about-lc-list .active .list-nf span {
    color: #023b90;
    font-size: 24px;
}

.about-lc-list .list-nf p {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
}

.about-lc-list .active p {
    color: #023b90;
}

.about-lc-list .lc-mian {
    background: rgba(52,93,241,0.02);
    border-radius: 10px;
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    text-align: left;
    width: 100%;
}

    .about-lc-list .lc-mian .tet {
        width: 100%;
        text-align: left;
        min-height: 60px;
        overflow: auto;
    }
        .about-lc-list .lc-mian .tet h3 {
            font-weight: 400;
            font-size: 20px;
            color: #333333
        }

        .about-lc-list .lc-mian .tet p {
            font-size: 16px;
            color: #666;
            text-align: left;
            line-height: 28px;
            margin-top:10px;
        }

.about-lc-list .swiper-button-next, .about-lc-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 30px;
    margin-top: 15px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/*.about-lc-list .swiper-button-next {
    background-image: url(../../../images/row-right.png);
}

.about-lc-list .swiper-button-prev {
    background-image: url(../../../images/row-left.png);
}*/

@media (max-width: 768px) {
    .about-lc-list .list-nf span {
        font-size: 16px;
    }

    .about-lc-list .list-nf .nf {
        padding-bottom: 50px;
    }

        .about-lc-list .list-nf .nf:before {
            height: 41px;
        }

    .about-lc-list .active .list-nf .nf:after {
        width: 20px;
        height: 20px;
        margin-left: -10px;
        bottom: -10px;
        border: 4px solid #c2d6f3;
    }

    .about-lc-list .lc-mian {
        margin-top: 20px;
        padding: 10px;
    }

    .about-lc-list .swiper-button-next, .about-lc-list .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -25px;
        display:none;
    }
    .about-lc-list .lc-mian .tet h3{
        font-size:16px;
    }
    .about-lc-list .lc-mian .tet p{
        font-size:14px;
    }

    .about-lc-list .swiper-button-next {
        right: 0;
    }

    .about-lc-list .swiper-button-prve {
        left: 0;
    }
}

.index-news .contents{
    position:relative;
}
    .index-news .contents .swiper-pagination{
        bottom:0;
        width:100%;
        bottom:-50px;
    }

    .index-news .contents .swiper-button-next {
        background-image: url('../../../images/index-news-right.png');
        width:48px;
        height:48px;
        background-size:100% 100%;
        right:-60px;
    }
    .index-news .contents .swiper-button-prev {
        background-image: url('../../../images/index-news-right.png');
        width: 48px;
        height: 48px;
        background-size: 100% 100%;
        transform:rotate(180deg);
        left:-60px;
    }
.nei-nav p a{
    color:#333;
}
    .nei-nav p a:hover {
        color: #345df1;
    }
.mat .tab {
    display: flex;
    justify-content: space-around;
    width:80%;
    margin:0 auto;
}
.ZhycYycj, .ZhycYylj, .ZhycCygl {
    padding: 0 120px;
    position: relative;
    margin-top: 30px;
}
.ZhycYycj-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ZhycYycj-list .img{
    width:43%;
}
    .ZhycYycj-list .text{
        width:57%;
        padding-left:75px;

    }
        .ZhycYycj-list .text h3 {
            font-size: 24px;
            color: #333333;
        }
        .ZhycYycj-list .text p {
            font-size: 16px;
            color: #666666;
            margin-top:37px;
            line-height:27px;
        }
    .ZhycYycj-list .text h3 img{
        width:35px;
        display:inline-block;
        margin-right:15px;
    }
.ZhycYycj .swiper-button-next, .ZhycYylj .swiper-button-next, .ZhycCygl .swiper-button-next {
    background-image: url('../../../images/anli-right.png');
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}
.ZhycYycj .swiper-button-prev, .ZhycYylj .swiper-button-prev, .ZhycCygl .swiper-button-prev {
    background-image: url('../../../images/anli-left.png');
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}
.ZhycYylj .ZhycYycj-list .text, .ZhycCygl .ZhycYycj-list .text {
    padding-right: 75px;
    padding-left: 0;
}
.spot .tab-content{
    min-height:230px;
}
.DzkyYhch .ZhycYycj-list .img {
    width: 29%;
}
.DzkyYhch .ZhycYycj-list .text p {
    margin-top: 0;
}
.DzkyYhch .ZhycYylj{
    padding:0 20%;
}
.Tsgnjs .contents:nth-child(even) {
    background-color: #F4F7FA;
}
.Tsgnjs .lists:nth-child(even) .contents {
    flex-direction: row-reverse;
}
    .Tsgnjs .lists .contents .left{
        padding-right:75px;
    }
    .Tsgnjs .lists:nth-child(even) .contents .left {
        padding-left: 70px;
        padding-right: 0;
    }

.Gn.Tsgnjs .lists .contents .left{
    padding-left:70px;
    padding-right:0;
}
.Gn.Tsgnjs .lists:nth-child(even) .contents .left {
    padding-left: 0px;
    padding-right: 70px;
}
.serve .swiper-pagination {
    width: 100%;
    bottom: -30px;
    left: 0;
}
    .serve .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        background-color: #B2B2B2
    }
    .serve .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #345df1;
    }
.mat {
    margin-top: 50px;
}
.ZhycYycj-list .text .link {
    display: inline-block;
    margin-top: 24px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 9px 12px;
    background-color: #eaeefe;
    cursor: pointer;
}
    .ZhycYycj-list .text .link a {
        color: #345df1;
        font-size: 14px;
    }
    .ZhycYycj-list .text .link span {
        padding: 0 3px;
        color: #345df1;
        font-size: 14px;
    }
.tab li a{
    color:#333;
}
.tab li.active a {
    color: #345DF1;
}
.Tsgnjs, .fea .chief, .ter .chief, .stat .chief{
    padding-left: 4%;
}
.Yycj .chief, .Yylj .chief, .Czgl .chief, .DzkyYhch .chief {
    padding: 0;
}
.ter-order .mat .tab{
    width:100%;
}
.fupt .fadeInLeft{
    width: 55% !important;
}
.fupt .left {
    width: 45% !important;
    padding-left:5%;
    padding-right:0 !important;

}
footer .copy p a{
    color:#fff;
}
    footer .copy p a:hover {
        color: #345df1;
    }

@media (max-width: 1440px) {
    .DzkyYhch .ZhycYylj{
        padding:0 10%;
    }
    .index-swiper{
        height:520px !important;
    }
        .index-swiper .contents .desc h3{
            font-size:55px;
        }
        .index-swiper .contents .desc p{
            font-size:24px;
        }
        .index-swiper .contents ul{
            margin-top:40px;
        }
    .fea-order .left{
        padding-left:100px;
    }
}

@media (max-width: 1366px) {
    header .logo img, header .logos img {
        height: 50px;
    }
    .chief{
        width:90%;
    }
    header .tel{
        display:none;
    }
}
@media (max-width: 1000px) {
    .BoxPop{
       width:95%;
    }
    .apply .pro{
        padding:0 10px;
    }
    #BoxPop-gb {
        right: 12px;
        top: 7px;
        font-size: 20px;
    }
    .aside {
        display: none;
    }
    header .logo, header .logos {
        width: 50%;
        line-height:47px;
    }
        header .logo img, header .logos img{
            height: auto !important;
        }
    .index-swiper .contents{
        display:none;
    }
    .index-swiper .contents .desc h3 {
        font-size: 22px;
    }
    .index-swiper .contents .desc p{
        font-size:18px;
    }
    .index-swiper .contents ul{
        display:none;
    }
    body .index-swiper{
        height:240px !important;

    }
    .index-ser ul li .icon img{
        height:100px;
    }
    .index-sol .tab{
        padding:0;
        display:block;
        overflow-x:auto;
        
    }
    .index-sol .tab li {
        display:inline-block;
        
    }
    .index-cho ul li .list p{
        justify-content:center;
    }
    header .nav-link ul li{
        padding-left:0;
        padding-right:50px;
    }
        header .nav-link ul li a{
            border:none;
        }
    .roof &gt; .chief .fadeInRight{
        width:80%;
    }
    .fea img{
        width:100%;
    }
    .fea .left .link{
        transform:translate(0,0);
        width:100%;
        margin-left:0;
    }
    .fea .contents{
        flex-direction:column-reverse;
    }
    .fea .contents{
        padding:30px 0;
    }
    .mat .tab{
        width:100%;
    }
    .ZhycYycj, .ZhycYylj, .ZhycCygl{
        padding:0
    }
        .ZhycYycj .swiper-button-next, .ZhycYylj .swiper-button-next, .ZhycCygl .swiper-button-next, .ZhycYycj .swiper-button-prev, .ZhycYylj .swiper-button-prev, .ZhycCygl .swiper-button-prev {
            display: none;
        }
    .ZhycYycj-list{
        flex-direction:column;
    }
        .ZhycYycj-list .img, .ZhycYycj-list .text{
            width:100%;
            padding:0 !important;

        }
            .ZhycYycj-list .text p{
                font-size:14px;
                margin-top:15px;
            }
    .ter img{
        width:80%;
        display:block;
        margin:0 auto;
        margin-top:20px;
    }
    .Tsgnjs, .fea .chief, .ter .chief, .stat .chief{
        padding-left:0
    }
    .ZhycYycj-list .text{
        margin-top:15px;
    }
    .Gn.Tsgnjs .lists .contents .left {
        padding-left: 0;
    }
    .ZhycYycj-list .text h3{
        font-size:18px;
        text-align:center;

    }
    .btns-sm{
        margin:0 auto;
        margin-top:10px !important;
    }
    .Tsgnjs .lists:nth-child(even) .contents {
        flex-direction: column-reverse;
    }
    .Gn.Tsgnjs .lists:nth-child(even) .contents .left{
        padding-right:0 !important;
    }
    .search .chief{
        flex-direction:column;
    }
    footer .top{
        flex-direction:column;
    }
    .fupt .left, .fupt .fadeInLeft{
        width:100% !important;
        padding:0;
    }
    .fea-order .left{
        padding-left:0 !important;
    }
    .Tsgnjs .lists .contents .left{
        padding-right:0 !important;
        padding-left:0 !important;
    }
    .DzkyYhch .ZhycYylj{
        padding:0;
        margin-top:0;
    }
    .DzkyYhch .ZhycYycj-list .img{
        width:80%;
    }
    .index-news .contents .text h3{
        font-size:16px;
    }
    .index-news .contents .swiper-button-next, .index-news .contents .swiper-button-prev {
        display: none;
    }
}</pre></body></html>